home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
mus
/
edit
/
med_3_22.lha
/
programmers
/
playerlibrary
/
medplayer_lib.fd
< prev
next >
Wrap
Text File
|
1991-08-25
|
402b
|
20 lines
* prototypes for MEDPlayer.library V2.00
##base _MEDPlayerBase
##bias 30
##public
GetPlayer(initser)(D0)
FreePlayer()()
PlayModule(module)(A0)
ContModule(module)(A0)
StopPlayer()()
DimOffPlayer(dimlength)(D0)
SetTempo(tempo)(D0)
LoadModule(filename)(A0)
UnLoadModule(module)(A0)
GetCurrentModule()()
ResetMIDI()()
* functions below in V2.00 or later
SetModnum(modnum)(D0)
RelocModule(module)(A0)
##end